Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / Category Property


In This Topic
    Category Property (ActionResult<T>)
    In This Topic
    Gets the details category.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Category As ActionCategory
    'Usage
     
    
    Dim instance As ActionResult(Of T)
    Dim value As ActionCategory
     
    value = instance.Category
    public ActionCategory Category {get;}

    Property Value

    The details category of the action result.
    See Also